Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-1029 | GEN006160 | SV-1029r4_rule | ECLP-1 | Medium |
Description |
---|
If the smbpasswd file is not owned by root, the smbpasswd file may be maliciously accessed or modified, potentially resulting in the compromise of Samba accounts. |
STIG | Date |
---|---|
Draft AIX Security Technical Implementation Guide | 2011-08-17 |
Check Text ( C-28774r1_chk ) |
---|
Check the ownership of the smbpasswd file. # find / -name smbpasswd # ls -l If an smbpasswd file is not owned by root, this is a finding. |
Fix Text (F-1183r2_fix) |
---|
Use the chown command to configure the smb passwd file. For instance: chown root /etc/smbpasswd. |